home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / beat_the.swf / scripts / DefineSprite_43 / frame_5 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  221 b   |  11 lines

  1. this.onEnterFrame = function()
  2. {
  3.    var _loc1_ = _root.getBytesLoaded() / _root.getBytesTotal();
  4.    this.loadingbar_mc._width = _loc1_ * 178;
  5.    if(_loc1_ > 0.99)
  6.    {
  7.       this._parent.play();
  8.    }
  9. };
  10. stop();
  11.